Kotlin utilities
/
it.czerwinski.kotlin.util
/
Success
/
getOrNull
common
get
Or
Null
open override fun
getOrNull
():
T
?
Content copied to clipboard
Gets the value of a
Success
or
null
if this is a
Failure
.
Return
Value of a
Success
or
null
.